home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000387_jaltman@watsun.cc.columbia.edu_Sat Mar 22 15:21:19 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  84 lines

  1. Article: 14186 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!jaltman
  3. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: SSL_connect:error in 3RSH_A SSLv3 read server hello A
  6. Date: 22 Mar 2003 04:49:47 GMT
  7. Organization: Columbia University
  8. Lines: 67
  9. Message-ID: <b5gq1b$bnf$1@newsmaster.cc.columbia.edu>
  10. References: <e0c8d0a3.0303141134.5567e73a@posting.google.com> <3E727612.3030806@nyc.rr.com> <e0c8d0a3.0303181049.47061848@posting.google.com>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1048308587 12015 128.59.39.2 (22 Mar 2003 04:49:47 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 22 Mar 2003 04:49:47 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14186
  16.  
  17. The errors are occuring on connections to port 21.
  18.  
  19. The connection is being dropped.  It it is not by the firewall it is 
  20. by the server you are connecting to.  You can make FTP over TLS connections
  21. to ftp.kermit.columbia.edu as a test site.  
  22.  
  23. If you cannot connect to this server, it is absolutely your firewall.
  24.  
  25.  
  26.  
  27. In article <e0c8d0a3.0303181049.47061848@posting.google.com>,
  28. Chris <chris713713@yahoo.fr> wrote:
  29. : According to people dealing with the firewall configuration, I can now
  30. : connect to the server on the Internet on any port above 1024 and 21.
  31. : But I still get the same error...and they dont see any attempt to
  32. : establish a connection on another port. Another thing is that the
  33. : firewall doesn't drop encrypted packets when it doesn't understand ftp
  34. : commands.
  35. : "Jeffrey Altman [Road Runner NYC]" <jaltman2@nyc.rr.com> wrote in message news:<3E727612.3030806@nyc.rr.com>...
  36. : > Your firewall does not allow encrypted FTP connections to be 
  37. : > established.   When it sees the unrecognized FTP commands it drops the 
  38. : > connection.
  39. : > 
  40. : > Chris wrote:
  41. : > > Hi,
  42. : > > 
  43. : > > Trying to establish a secure FTP connection, I receive this error :
  44. : > > ---> AUTH SSL
  45. : > > 
  46. : > >>234 AUTH command OK. Initializing SSL connection.
  47. : > >>
  48. : > >>SSL accepted as authentication type
  49. : > >>
  50. : > >>SSL DEBUG ACTIVE
  51. : > >>
  52. : > >>=>START SSL/TLS connect on COMMAND
  53. : > >>
  54. : > >>SSL_handshake:UNKWN before/connect initialization
  55. : > >>
  56. : > >>SSL_connect:UNKWN before/connect initialization
  57. : > >>
  58. : > >>SSL_connect:3WCH_A SSLv3 write client hello A
  59. : > >>
  60. : > >>SSL_connect:error in 3RSH_A SSLv3 read server hello A
  61. : > >>
  62. : > >>ftp: SSL/TLS connect COMMAND error:
  63. : > >>error:00000000:lib(0):func(0):reason(0)
  64. : > >>
  65. : > >>=>DONE SSL/TLS connect on COMMAND
  66. : > > 
  67. : > > 
  68. : > > ...and the same with TLS.
  69. : > > 
  70. : > > I use CKermit8 over AIX433 (build from 206 or 208 whatever).
  71. : > > I tried to compile with openssl0.9.7 or openssl0.9.6.
  72. : > > 
  73. : > > Every time the same message...
  74. : > > 
  75. : > > Can someone help me ?
  76.  
  77.  
  78.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  79.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  80.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  81.  kermit-support@columbia.edu               OpenSSL.
  82.